home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-16 | 1.4 KB | 44 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWRanSin.cpp
- // Release Version: $ ODF 1 $
- //
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #include "FWFound.hpp"
-
- #ifndef FWRANSIN_H
- #include "FWRanSin.h"
- #endif
-
-
- //========================================================================================
- // Template instantiations
- //========================================================================================
-
- #include "FWSOMPtr.tpp"
-
- FW_DEFINE_AUTO_TEMPLATE(FW_TSOMPtr, FW_ORandomAccessSink)
-
- #if FW_USE_TEMPLATE_PRAGMAS
- #pragma template_access public
- #pragma template FW_TSOMPtr<FW_ORandomAccessSink>
- #endif
-
- #if FW_ANSI_TEMPLATE_INTANTIATION
- template class FW_TSOMPtr<FW_ORandomAccessSink>;
- #endif
-
- //========================================================================================
- // CLASS FW_PRandomAccessSink
- //========================================================================================
-
- //----------------------------------------------------------------------------------------
- // FW_PRandomAccessSink::~FW_PRandomAccessSink
- //----------------------------------------------------------------------------------------
- FW_PRandomAccessSink::~FW_PRandomAccessSink()
- {
- }
-